Devkit8000: Change console from ttyS2 to ttyO2
authorThomas Weber <[email protected]>
Sun, 18 Sep 2011 22:43:58 +0000 (22:43 +0000)
committerAlbert ARIBAUD <[email protected]>
Fri, 30 Sep 2011 20:00:56 +0000 (22:00 +0200)
The omap serial names have changed from ttySx to ttyOx,
so the console should be also changed to support this.

Signed-off-by: Thomas Weber <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
include/configs/devkit8000.h

index 1d49b864cdacab63d4d704f80e036ea8b54eb7f2..fbcbdb3afffe991ad72a4da68f17e0826c3757d6 100644 (file)
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "loadaddr=0x82000000\0" \
-       "console=ttyS2,115200n8\0" \
+       "console=ttyO2,115200n8\0" \
        "mmcdev=0\0" \
        "vram=12M\0" \
        "dvimode=1024x768MR-16@60\0" \